module Base
{

    item KneePads_Lynx-Black
    {
        ItemType = base:clothing,
        DisplayName = KneePads Lynx,
        ClothingItem = KneePads_Lynx-Black,
        BodyLocation = KATTAJ1:Knees,
        BloodLocation = LowerLegs,
        IconsForTexture = KneePads_Lynx,
        ScratchDefense = 15,
        BiteDefense = 10,
        Weight = 0.2,
	ClothingItemExtra = KneePads_Lynx_Tight-Black,
	ClothingItemExtraOption = Tight,
	ClothingExtraSubmenu = PutOn,
        WorldStaticModel = KneePads_Lynx_Ground,
    }

    item KneePads_Lynx_Tight-Black
    {
        ItemType = base:clothing,
        DisplayName = KneePads Lynx,
        ClothingItem = KneePads_Lynx_Tight-Black,
        BodyLocation = KATTAJ1:Knees,
        BloodLocation = LowerLegs,
        IconsForTexture = KneePads_Lynx,
        ScratchDefense = 15,
        BiteDefense = 10,
        Weight = 0.2,
	ClothingItemExtra = KneePads_Lynx-Black,
	ClothingItemExtraOption = PutOn,
	ClothingExtraSubmenu = Tight,
        WorldStaticModel = KneePads_Lynx_Ground,
    }

    item KneePads_Lynx_Armored-Black
    {
        ItemType = base:clothing,
        DisplayName = KneePads Lynx (Armored),
        ClothingItem = KneePads_Lynx_Armored-Black,
        BodyLocation = KATTAJ1:Knees,
        BloodLocation = LowerLegs,
        IconsForTexture = KneePads_Lynx_Armored,
        ScratchDefense = 35,
        BiteDefense = 25,
        BulletDefense = 100,
        Insulation = 0.15,
        WindResistance = 0.2,
        Weight = 1,
        WorldStaticModel = KneePads_Lynx_Armored_Ground,
    }


    item KneePads_Lynx-Green
    {
        ItemType = base:clothing,
        DisplayName = KneePads Lynx,
        ClothingItem = KneePads_Lynx-Green,
        BodyLocation = KATTAJ1:Knees,
        BloodLocation = LowerLegs,
        IconsForTexture = KneePads_Lynx2,
        ScratchDefense = 15,
        BiteDefense = 10,
        Weight = 0.2,
	ClothingItemExtra = KneePads_Lynx_Tight-Green,
	ClothingItemExtraOption = Tight,
	ClothingExtraSubmenu = PutOn,
        WorldStaticModel = KneePads_Lynx_Ground,
    }

    item KneePads_Lynx_Tight-Green
    {
        ItemType = base:clothing,
        DisplayName = KneePads Lynx,
        ClothingItem = KneePads_Lynx_Tight-Green,
        BodyLocation = KATTAJ1:Knees,
        BloodLocation = LowerLegs,
        IconsForTexture = KneePads_Lynx2,
        ScratchDefense = 15,
        BiteDefense = 10,
        Weight = 0.2,
	ClothingItemExtra = KneePads_Lynx-Green,
	ClothingItemExtraOption = PutOn,
	ClothingExtraSubmenu = Tight,
        WorldStaticModel = KneePads_Lynx_Ground,
    }

    item KneePads_Lynx_Armored-Green
    {
        ItemType = base:clothing,
        DisplayName = KneePads Lynx (Armored),
        ClothingItem = KneePads_Lynx_Armored-Green,
        BodyLocation = KATTAJ1:Knees,
        BloodLocation = LowerLegs,
        IconsForTexture = KneePads_Lynx_Armored2,
        ScratchDefense = 35,
        BiteDefense = 25,
        BulletDefense = 100,
        Insulation = 0.15,
        WindResistance = 0.2,
        Weight = 1,
        WorldStaticModel = KneePads_Lynx_Armored_Ground,
    }

    model KneePads_Lynx_Ground
    {
        mesh = WorldItems/Clothing/KneePads_Lynx_Ground,
        scale = 1,
    }

    model KneePads_Lynx_Armored_Ground
    {
        mesh = WorldItems/Clothing/KneePads_Lynx_Armored_Ground,
        scale = 1,
    }





}
